home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / smaltalk / st80_pr4.lha / st80_pre4 / MoDE / README < prev    next >
Text File  |  1993-07-24  |  2KB  |  49 lines

  1. SUMMARY MoDE
  2.  
  3.     This directory contains all the .st files to create MoDE.
  4.  
  5.     For short introductions, please see my papers in OOPSLA'89 and '90.  
  6.     The PostScript file MoDE.ps is my dissertation and contains detail 
  7.     information of the program.
  8.     
  9.     It is strongly recommended that you request the videotape of MoDE
  10.     from textlab@cs.unc.edu (free of charge).
  11.  
  12.     This is a prototype.  The image is frozen in July of 1990.  Currently
  13.     there is no support for it.
  14.  
  15.     Many improvements and bug fixes are made in the follow-up project--
  16.     "MoDE II".  MoDE II is portable between Smalltalk 80 (both R2.5 and
  17.     R4.0) and Smalltalk/V.  (In the future, we may drop ST80 R2.5)
  18.     It has an open architecture for including native applications. We
  19.     had initial success in including some X applications to be treated
  20.     as modes.  MoDE II also uses native capabilities whenever possible.  
  21.     For example, in Smalltalk/VPM, MoDE II uses the PM transformation 
  22.     functions instead of computing them inside Smalltalk.  
  23.     The general availability of MoDE has yet to be decided.
  24.         
  25.                         Yen-Ping Shan - June 10, 1991
  26.  
  27.  
  28. To create a MoDE image, follow the steps below.
  29. ===============================================
  30.  
  31. 1. Create a directory (say "mode") and get a fresh Smalltalk image there.
  32.  
  33. 2. Create a subdirectory of "mode" called "fileOuts" and put all the
  34.    .st files in it.
  35.  
  36. 3. Start up the fresh Smalltalk image and open a fileList on the .st files.
  37.  
  38. 4. FileIn the "Recovery-Shan.st" and the rest of the system will follow.
  39.  
  40.  
  41. Examples
  42. ========
  43.  
  44. There are some examples in the class protocol "demo" of the TestExamples 
  45. class.
  46.  
  47. The Mode Composer can be started from the "modeComposingTest" class method 
  48. of the "LibrarySpace" class.
  49.